home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d8
/
qmqmpc34.arc
/
DBBS.SCR
< prev
next >
Wrap
Text File
|
1990-09-20
|
1KB
|
53 lines
;------------------------------------------------------
; Filename: DBBS.SCR
; QMODEM SCRIPT FOR GENERIC dbbs LOGONS
; Script to attach to phone directory -
;
; -> Brad Berson 12/22/89
;------------------------------------------------------
;
STRING NAME
ASSIGN NAME "Brad Berson" ; Logon name
;
GRAPHICS ANSI
TIMEOUT 15 KICK
;
; Put a DIAL command here to make this script usable
; with Alt-F or /S= script execution options.
;
beep 1000
beep 1200
beep 1000
beep 1200
beep 1000
CLRSCR
note Connected to $NUMBER at $DATE $TIME @$SPEED Baud
note
note Generic dbbs Startup Script for
note $BOARD
note in Operation...
note
;
GOTO STRT
KICK:
SEND "^M"
STRT:
WAITFOR "FIRST Name: "
TIMEOUT 45
SEND "$name^M"
WAITFOR "Password -> "
SEND "$PASSWORD^M"
WAITFOR "to continue ****"
WHEN "to continue ****" "^~^M"
SEND "^~^M"
WHEN "(SPACE) To Skip" "^~^~ "
WHEN "Q(uit" "^~^M"
WHEN "Read Them Now? " "N"
TIMEOUT 240
WAITFOR "H,? >"
BEEP 800
BEEP 800
BEEP 800
EXIT
;